The behavioral contract of any Diamant ORM grouping DAO.

The following tables list the members exposed by the IDiamantGroupingDao<TEntity, TEntityGroup> type.

Name Description
Public method Get (Overloaded) Routes an entity aggregation read request to the underlying data store, so that all TEntity entities in compliance with the TFilteringCriteria are obtained and grouped according to the TGroupingCriteria. (inherited from IGroupingDao<TEntity, TEntityGroup, TFilteringCriteria, TGroupingCriteria, TOrderingCriteria, TPagingCriteria>).
Public method Initialize Initializes the current DAO with the specified host carbonite controller as its data store context provider. (inherited from IBaseDao).
Top